[INFO] cloning repository https://github.com/Eddieg26/rouge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Eddieg26/rouge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEddieg26%2Frouge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEddieg26%2Frouge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8eeca46ae0a25eab4e01c98d29a8e3bb2ab1355a
[INFO] checking Eddieg26/rouge against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEddieg26%2Frouge" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Eddieg26/rouge
[INFO] finished tweaking git repo https://github.com/Eddieg26/rouge
[INFO] tweaked toml for git repo https://github.com/Eddieg26/rouge written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Eddieg26/rouge on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Eddieg26/rouge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec
[INFO] running `Command { std: "docker" "start" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking value-bag v1.9.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking ttf-parser v0.25.0
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling winit v0.30.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking file-id v0.2.1
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking pollster v0.2.4
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking notify-debouncer-full v0.3.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]    Compiling blake3 v0.1.3
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling rust-embed-utils v8.5.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling rust-embed-impl v8.5.0
[INFO] [stderr]     Checking rust-embed v8.0.0
[INFO] [stderr]     Checking vfs v0.12.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking ecs v0.1.0 (/opt/rustwide/workdir/crates/ecs)
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_,)`
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_,)`
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _)`
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, <B as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _)`
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, <B as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-3386356007378051474.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_,)`
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-1308479025322493109.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_,)`
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 417 | impl_into_system_configs!(A);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-14457379676151706966.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-4930989322925752973.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _)`
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, <B as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _)`
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, <B as SystemArg>::Item<'_>)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 418 | impl_into_system_configs!(A, B);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-47000740552331312.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-9829304547043508476.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-12429270960613835071.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-13111466637915173369.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 419 | impl_into_system_configs!(A, B, C);
[INFO] [stdout]     | ---------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-13630820682810860875.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-4238369080950431972.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-1683516928495639277.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-17963609120200932169.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 420 | impl_into_system_configs!(A, B, C, D);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-5562193737768574048.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-473275330418340744.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-9119693474411924013.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 421 | impl_into_system_configs!(A, B, C, D, E);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-10924413413178576688.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-6445520245570282591.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-847987953829990350.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-15906364063632867454.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 422 | impl_into_system_configs!(A, B, C, D, E, F2);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-4916789902829055147.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-18326558535022298743.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-17236490006695642373.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-16088186871903023475.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, <A as SystemArg>::Item<'_>, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 423 | impl_into_system_configs!(A, B, C, D, E, F2, G);
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-3766643130339245611.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-12919470348350177747.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-84edab5c53562398.long-type-8418279824149981549.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-5979979142914743310.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 424 | impl_into_system_configs!(A, B, C, D, E, F2, G, H);
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-17872527762695245974.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-2076387836874205270.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 425 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I);
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-10675009598714416533.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:378:24
[INFO] [stdout]     |
[INFO] [stdout] 378 |                 system.after(self)
[INFO] [stdout]     |                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout] note: required by a bound in `IntoSystemConfigs::after`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:105:42
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn after<Marker>(self, systems: impl IntoSystemConfigs<Marker>) -> Vec<SystemConfig>;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IntoSystemConfigs::after`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-18200617622119807714.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:385:39
[INFO] [stdout]     |
[INFO] [stdout] 385 |                 let mut config = self.configs().pop().unwrap();
[INFO] [stdout]     |                                       ^^^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `F: FnOnce(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `F` to implement `IntoSystemConfigs<(F, _, _, _, _, _, _, _, _, _, _)>`
[INFO] [stdout]    --> crates/ecs/src/system/mod.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |     impl<F, $($arg: SystemArg),*> IntoSystemConfigs<(F, $($arg),*)> for F
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
[INFO] [stdout] 357 |         where
[INFO] [stdout] 358 |             for<'a> F: Fn($($arg),*) + Fn($(ArgItem<'a, $arg>),*) + Send + Sync + 'static,
[INFO] [stdout]     |                        ------------- unsatisfied trait bound introduced here
[INFO] [stdout] ...
[INFO] [stdout] 426 | impl_into_system_configs!(A, B, C, D, E, F2, G, H, I, J);
[INFO] [stdout]     | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/ecs-f3e1cf6d940917ab.long-type-12883887592517325185.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: this error originates in the macro `impl_into_system_configs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ecs` (lib test) due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ecs` (lib) due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec", kill_on_drop: false }`
[INFO] [stdout] c97823d6c64edb2c7677fb812900980b97ce4aa3d7430a16869bcbac6b9defec
